From 8b4ee2bb3b1ffdfee19989ad84cd90d545b0c124 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 12 Nov 2013 23:24:27 -0800 Subject: [PATCH] Fix false positive in findHooks.php Use " instead of ', so the script doesn't think it's a hook Change-Id: Idb28a368eee6bcfe70d1d3aa0a89329769d3fa26 --- docs/hooks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 864ca27f20..1cd112b53e 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2852,4 +2852,4 @@ data. Can be used to post-process the results. of values). More hooks might be available but undocumented, you can execute -'php maintenance/findHooks.php' to find hidden ones. +"php maintenance/findHooks.php" to find hidden ones. -- 2.20.1